Developer --> Technical Publications
PATHMac OS 8 Developer Documentation > Networking and Communications > AppleShare >

User Authentication Modules


UAMPWDlogBlk Structure

The UAMPWDlogBlk structure is passed as a field in a UAMArgs structure when the value of UAMArgs.command is kUAMPWDlog .

struct UAMPWDlogBlk{
    StringPtr   userName;
    UInt8 *     password;
};
userName
A pointer to a 64-byte Pascal string that contains the name of the user who is to be authenticated.
password
A pointer to a 64-byte vale that contains the password.

© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)